home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / form3d / form3d.exe / FFORM3D.DFM / FFORM3D.txt
Text File  |  1995-05-04  |  854b  |  47 lines

  1. object Form1: TForm1
  2.   Left = 349
  3.   Top = 251
  4.   Width = 435
  5.   Height = 303
  6.   Caption = 'Sample 3-D Form'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   Position = poDefaultPosOnly
  14.   Scaled = False
  15.   Visible = True
  16.   TextHeight = 16
  17.   object CheckBox1: TCheckBox
  18.     Left = 68
  19.     Top = 12
  20.     Width = 161
  21.     Height = 17
  22.     Caption = 'Allow Form Sizing'
  23.     TabOrder = 0
  24.     OnClick = CheckBox1Click
  25.   end
  26.   object Memo1: TMemo
  27.     Left = 24
  28.     Top = 48
  29.     Width = 385
  30.     Height = 197
  31.     Lines.Strings = (
  32.       'Memo1')
  33.     TabOrder = 1
  34.   end
  35.   object MainMenu1: TMainMenu
  36.     Left = 12
  37.     Top = 4
  38.     object File1: TMenuItem
  39.       Caption = '&File'
  40.       object Exit1: TMenuItem
  41.         Caption = 'E&xit'
  42.         OnClick = Exit1Click
  43.       end
  44.     end
  45.   end
  46. end
  47.